projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f5adc
)
(null_row): New gloval static variable.
author
Kenichi Handa
<handa@m17n.org>
Thu, 16 Nov 2000 00:53:28 +0000
(
00:53
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 16 Nov 2000 00:53:28 +0000
(
00:53
+0000)
(clear_glyph_row): Delete local static variable null_row.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 55faea7b7e388341544b037bfa0a99a5a51f358d..eff7bb2bf15dba23982baef67885faecfefdd319 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-976,12
+976,13
@@
clear_window_matrices (w, desired_p)
changes in the glyph_row structure, i.e. addition or removal of
structure members. */
+static struct glyph_row null_row;
+
void
clear_glyph_row (row)
struct glyph_row *row;
{
struct glyph *p[1 + LAST_AREA];
- static struct glyph_row null_row;
/* Save pointers. */
p[LEFT_MARGIN_AREA] = row->glyphs[LEFT_MARGIN_AREA];